home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / compulse.swf / scripts / DefineButton2_192 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2013-04-24  |  78 b   |  5 lines

  1. on(release){
  2.    _root.savefile.data.oldName = _root.oldName;
  3.    play();
  4. }
  5.